What is the correct HTML for referring to an external CSS stylesheet?
<link rel="stylesheet" type="text/css" href="mystyle.css">
Where in an HTML document is the correct place to refer to an internal style sheet?
In the <head> section
Which HTML attribute is used to define inline styles?
style
Which HTML tag is used to define an internal style sheet?
<style>
Which is the correct CSS syntax?
body {color: black;}
Which is more specific as a selector?
id